home *** CD-ROM | disk | FTP | other *** search
/ MacWorld UK 2000 March / MW_UK_2000_03.iso / Shareware World / Utilities / Text Processing / Alpha / Help / FTP menu Help < prev    next >
Encoding:
Text File  |  1999-07-26  |  5.7 KB  |  127 lines  |  [TEXT/ALFA]

  1.  
  2.                         FTP menu
  3.  
  4. The FTP menu allows quick access to files on a remote ftp server, useful 
  5. for those that work on both unix and mac systems. Files downloaded and 
  6. opened in Alpha with the help of the FTP menu are automatically uploaded 
  7. again when they are saved.
  8.  
  9. The FTP menu work together with the two ftp clients Anarchie and Fetch.
  10.  
  11. Activating the FTP menu
  12.  
  13. The FTP menu is activated in the dialog "Config->Preferences->Menus and
  14. Features…" Check the checkbox 'Ftp Menu' among the global menus.
  15.  
  16. You must also choose either Anarchie or Fetch as your ftp helper
  17. application. Do this using "Config->Preferences->Helper Applications".
  18.  
  19. Basic usage
  20.  
  21. The first you need to do is to get a list of the files at a remote site. 
  22. This can be done by using the menu item 'Browse…'. A dialog is now opened 
  23. where you fill in the host, path (optional), user id, and password. (Alpha 
  24. doesn't support text fields in dialogs where the text is replaced by 
  25. bullets. Therefore the password box is made so small that nobody can see 
  26. what you type.)
  27.  
  28. Your ftp client (Anarchie or Fetch) will now get a listing of the files at 
  29. the remote site. The list is display in a list dialog. 
  30. • Selecting a file in the dialog will download it and open it for editing 
  31. in Alpha. Once you save the changes, Alpha tells your ftp client to upload 
  32. the file.
  33. • Selecting a directory in the list (indicating by a trailing / in the 
  34. name) will get the listing of that directory and display it in a new list 
  35. dialog.
  36. • Selecting '..' in the list will get a listing of the parent directory.
  37.  
  38. A menu item with your remote machine is added to the FTP menu. Selecting 
  39. this menu item will the display the file list again. This to allow you to 
  40. quickly download another file from the same place.
  41.  
  42. Cache
  43.  
  44. Alpha saves the directory listing in a cache to be able to quickly display 
  45. them again without having to download them every time. Whenever new files 
  46. are added to the remote site the cache becomes out of date. You can clear 
  47. the cache by selecting 'Flush Cache' from the FTP menu. The cache is also 
  48. flushed when you quit Alpha. This forces the directory listing to be 
  49. downloaded again. If you don't want to use a cache at all, uncheck 'Use 
  50. Cache' in the FTP menu.
  51.  
  52. Mount points
  53.  
  54. The point where you start browsing a remote site is called a mount point.
  55. There are two types of mount points: temporary and permanent.
  56. • Temporary mount points are mount points which only exist during the 
  57. current session with Alpha. Whenever you use 'Browse…' to browse a new site 
  58. a temporary mount point is created. All temporary mount points are listed 
  59. at the bottom of the FTP menu for quick access.
  60. • Permanent mount points are mount points, which are saved between sessions 
  61. with Alpha. You create a new permanent mount point by using 'Add Mount 
  62. Point…' in the FTP menu. You can later remove it using 'Remove Mount 
  63. Point…'. The permanent mount points are listed in the FTP menu just above 
  64. the temporary ones.
  65.  
  66. A temporary mount point can be made permanent by using 'Make Permanent…'.
  67.  
  68. Titlebar click
  69.  
  70. Clicking on the title on a window downloaded from a remote site, displays a 
  71. popup menu with the path for the file at the remote site. Selecting a 
  72. directory in this popup menu opens a directory listing dialog with all files 
  73. allowing you to download another file. This gives you quick access to the 
  74. remote files.
  75.  
  76. Ftp filesets
  77.  
  78. An ftp fileset in a set of files in a remote directory, which will be put 
  79. in a submenu in the Fileset menu. Selecting a file in the Fileset menu 
  80. will download and open it for editing in Alpha.
  81.  
  82. You create a new ftp fileset by using 'Create Fileset' in the FTP menu or 
  83. by using 'New Fileset…' in the Fileset menu and choosing the type 'ftp'. 
  84. • First you specify a name for the fileset, which will be the name of the 
  85. submenu in the Fileset menu, and information about the host, userid etc.
  86. • Then you are asked to specify a pattern which determines which files to 
  87. include in the fileset, e.g. you may only wish to include all .html files. 
  88. This pattern must be entered as a regular expression. Some examples how to 
  89. specify the pattern:
  90.     .*          all files
  91.     .*\.html    all .html files
  92.     .*\.[ch]    all .c files and all .h files
  93. • You are finally asked if you want to save the fileset. Doing so will keep 
  94. it available next time you run Alpha.
  95.     
  96. Now the listing of the files in the fileset is downloaded and the fileset 
  97. is inserted in the menu.
  98.  
  99. Passwords and Security
  100.  
  101. All passwords which are saved between sessions are saved as plain text 
  102. in Alpha's preferences folder. Thus, only give your password when defining 
  103. permanent mount points or filesets if nobody else have access to your 
  104. computer.
  105.  
  106. All menu items
  107.  
  108. This section list all menu items in the FTP menu giving a short 
  109. description of their functionality.
  110.  
  111. Help                        Opens this file.
  112. Browse…                     Browse a remote site.
  113. Browse Current… (option)    Browse the mount point of the frontmost window.
  114. Browse Mounts…              Lets you pick a mount point to browse from a 
  115.                             list of all your mount points both temporary 
  116.                             and permanent.
  117. Add Mount Point…            Add a new permanent mount point
  118. Make Permanent…             Make a temporary mount point permanent.
  119. Remove Mount Point…         Remove a permanent mount point.
  120. Save As At…                 Lets you 'Save as' the frontmost window at any 
  121.                             of your mount points.
  122. Use Cache                   If checked all directory listings are stored in a cache.
  123. Flush cache                 Deletes all files in the cache. The cache is 
  124.                             also flushed when you quit Alpha.
  125. Create Fileset              Create an ftp fileset.
  126.  
  127.